home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc / OpenDoc Development / Debugging Support / OpenDoc™ Source Code / UI / WinPopM.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-08-28  |  513 b   |  35 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        WinPopM.h
  3.  
  4.     Contains:    The Document Path pop-up menu
  5.  
  6.     Owned by:    Jens Alfke
  7.  
  8.     Copyright:    © 1994 - 1995 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     Change History (most recent first):
  11.  
  12.          <1>     6/19/95    jpa        first checked in
  13. */
  14.  
  15.  
  16. #ifndef _WINPOPM_
  17. #define _WINPOPM_
  18.  
  19. #ifndef _ODTYPES_
  20. #include <ODTypes.h>
  21. #endif
  22.  
  23. #ifndef __TYPES__
  24. #include <Types.h>
  25. #endif
  26.  
  27. struct Environment;
  28. class ODWindow;
  29.  
  30.  
  31. ODBoolean TrackWindowPathPopUp( Environment *ev, ODWindow *window, Point where );
  32.  
  33.  
  34. #endif /*_WINPOPM_*/
  35.